I (alea) don't have in mind update this file anymore.
Is boring, I hate, I forget What I made in each file.
If You are interesting in a full changelog of the aspectrum source
check the CVS that exist for this.


v 0.1.6.2
---------
snap.c
  Stuff to allow loading of TZX
menu.c
main.c
  Stuff to allow loading of TZX
  New GUI based on AGUP
v_allegro.c
Makefile
   New GUI based on AGUP
machines.c
machines.h
   stuff to allow a future 128K emulation

v 0.1.6.1
---------
main.c
    stuff for correct timming and port FF
    confirmation dialog on F10
v_allegro.c
    a new gui
    retry the initialitation of graphics with GFX_SAFE if GFX_DEFAULT fails
z80.c
    a bug with gunstick on resolution of 320x240

v 0.1.6
-------
main.c
     stuff so now can use several Vertical Resolutions. 
     a bug that causes alwais load a snapshot on F3, even press cancel next,
     and to load TAP files.
graphics.c
     stuff so now can use several Vertical Resolutions. 
v_allegro.c
     stuff so now can use several Vertical Resolutions. 
menu.c
     a bug that causes alwais load a snapshot on F3, even press cancel next.
contrib/getopt.c
      More recent version 
contrib/getopt.h
      (NEW) More recent version 
contrib/config.h
      (NEW) More recent version 
Sound.c      	
      (NEW) The sound engine	
All the files
      Code to allow compile under Visual C 
      Bug fixed
      Eliminate all the stuff of Alvaro to interrup, sound...
      Add the Sound and interrup sync by Kak
      The FF port emulation by Kak with a touch of Alvaro.

v 0.1.5.2
---------
v_alleg.c
v_alleg.h
z80.c
main.c
main.h
        stuff for the sound engine, several new function and more.

V 0.1.5.1
---------
main.c
        stuff for do the interrup at correct time, also draw screen line by
	line, and browse again the frame counter screen drawing

graphics.c
        stuff to allow a line by line screen drawing

V 0.1.5
-------
graphics.c
	some stuff to enable flash blinking
	rewrite of DisplayScreen

v_allegro.c
	add a dummy stupid ghline callback for allegro's routine hline.
 	the initmouse routine 

v_allegro.h
	add a dummy stupid ghline callback for allegro's routine hline.
 	avoid loop call by #include
 	declare initmouse();

contrib/getopt.c
	stuff for win compiling

Makefile
 	now manage all the depends
	stuff for win compiling

makedeps.bat
	stuff for win compiling

main.c
	stuff for compiling with allegro <3.9.38
	stuff for calling general options from F1 menu
	bug fixed -d only work the first args and --debug never
	backspace key work as shift+0, tab key as shift+symb (extra mode)
	stuff for not search in /usr/share/aspectrum in machines where no 
	  has sense (DOS/Windows)
        emuopt is now a extern struct
 	call de initmouse();
 	some strings translates to english (no more spanglish)
  	add code to use optget

main.h (new)
 	define the struct emuopt

menu.c
	stuff for compiling with allegro <3.9.38
	the general options menu called by F7 with Gunstick Option

z80.c
	a bug that causes gunstick emulation always on.
 	add gunstick emulation at Z80InPort
 	add code int Z80InPort to only scan keyboard is bit #2 is 0
  	Z80InPort now need regs in the call args.

z80.h
        Z80InPort now need regs in the call args.

snap.c
	add a check for buggy Z80 (need a lot more)

macros.c
        Z80InPort now need regs in the call args.
opcodes.c
        Z80InPort now need regs in the call args.
op_ed.c
        Z80InPort now need regs in the call args.

doc/README
	modify info about gunstick
	some instructions about the changes

doc/Changelog (new)
	First use of changelog.

